home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMMETAVARIABLES / TFRMMETAVARIABLES.txt
Text File  |  2005-02-15  |  32KB  |  1,213 lines

  1. object frmMetaVariables: TfrmMetaVariables
  2.   Left = 310
  3.   Top = 375
  4.   VertScrollBar.Increment = 2
  5.   AutoScroll = False
  6.   BorderIcons = []
  7.   Caption = 'Insert Meta-Variables'
  8.   ClientHeight = 471
  9.   ClientWidth = 499
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnKeyUp = FormKeyUp
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pnlTop: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 499
  28.     Height = 273
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -12
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     ParentShowHint = False
  38.     ShowHint = True
  39.     TabOrder = 0
  40.     DesignSize = (
  41.       499
  42.       273)
  43.     object Label2: TLabel
  44.       Left = 40
  45.       Top = 232
  46.       Width = 262
  47.       Height = 26
  48.       Anchors = [akLeft, akBottom]
  49.       Caption = 
  50.         'Number and Date formats can be changed at Control Panel -> Regio' +
  51.         'nal Options'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = 'Verdana'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       WordWrap = True
  59.     end
  60.     object PageControl1: TPageControl
  61.       Left = 8
  62.       Top = 7
  63.       Width = 403
  64.       Height = 217
  65.       ActivePage = tsFile
  66.       Anchors = [akLeft, akTop, akRight, akBottom]
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'Verdana'
  71.       Font.Style = []
  72.       MultiLine = True
  73.       ParentFont = False
  74.       TabIndex = 0
  75.       TabOrder = 0
  76.       OnChange = PageControl1Change
  77.       object tsFile: TTabSheet
  78.         Caption = 'File'
  79.         Font.Charset = DEFAULT_CHARSET
  80.         Font.Color = clWindowText
  81.         Font.Height = -11
  82.         Font.Name = 'Verdana'
  83.         Font.Style = []
  84.         ParentFont = False
  85.         DesignSize = (
  86.           395
  87.           189)
  88.         object sbFile: TScrollBox
  89.           Left = 0
  90.           Top = 8
  91.           Width = 337
  92.           Height = 168
  93.           HorzScrollBar.Range = 281
  94.           HorzScrollBar.Visible = False
  95.           VertScrollBar.Increment = 80
  96.           VertScrollBar.Range = 410
  97.           VertScrollBar.Tracking = True
  98.           Anchors = [akLeft, akTop, akBottom]
  99.           AutoScroll = False
  100.           Font.Charset = DEFAULT_CHARSET
  101.           Font.Color = clWindowText
  102.           Font.Height = -11
  103.           Font.Name = 'Verdana'
  104.           Font.Style = []
  105.           ParentFont = False
  106.           TabOrder = 0
  107.           object anc_1: TLabel
  108.             Left = 8
  109.             Top = 16
  110.             Width = 57
  111.             Height = 13
  112.             Caption = 'Counting'
  113.             Font.Charset = DEFAULT_CHARSET
  114.             Font.Color = clWindowText
  115.             Font.Height = -11
  116.             Font.Name = 'Verdana'
  117.             Font.Style = [fsBold]
  118.             ParentFont = False
  119.           end
  120.           object Label1: TLabel
  121.             Left = 181
  122.             Top = 40
  123.             Width = 76
  124.             Height = 13
  125.             Caption = 'Zero Padding'
  126.             Font.Charset = DEFAULT_CHARSET
  127.             Font.Color = clWindowText
  128.             Font.Height = -11
  129.             Font.Name = 'Verdana'
  130.             Font.Style = []
  131.             ParentFont = False
  132.           end
  133.           object anc_2: TLabel
  134.             Left = 8
  135.             Top = 133
  136.             Width = 68
  137.             Height = 13
  138.             Caption = 'Properties'
  139.             Font.Charset = DEFAULT_CHARSET
  140.             Font.Color = clWindowText
  141.             Font.Height = -11
  142.             Font.Name = 'Verdana'
  143.             Font.Style = [fsBold]
  144.             ParentFont = False
  145.           end
  146.           object anc_3: TLabel
  147.             Left = 16
  148.             Top = 250
  149.             Width = 34
  150.             Height = 13
  151.             Caption = 'Sizes'
  152.             Font.Charset = DEFAULT_CHARSET
  153.             Font.Color = clWindowText
  154.             Font.Height = -11
  155.             Font.Name = 'Verdana'
  156.             Font.Style = [fsBold]
  157.             ParentFont = False
  158.           end
  159.           object GroupBox4: TGroupBox
  160.             Left = 72
  161.             Top = 16
  162.             Width = 209
  163.             Height = 9
  164.             TabOrder = 0
  165.           end
  166.           object rbFCCurrent: TRadioButton
  167.             Left = 16
  168.             Top = 40
  169.             Width = 105
  170.             Height = 17
  171.             Caption = 'current number'
  172.             Checked = True
  173.             Font.Charset = DEFAULT_CHARSET
  174.             Font.Color = clWindowText
  175.             Font.Height = -11
  176.             Font.Name = 'Verdana'
  177.             Font.Style = []
  178.             ParentFont = False
  179.             TabOrder = 1
  180.             TabStop = True
  181.             OnClick = rbFCCurrentClick
  182.           end
  183.           object txtZeros: TEdit
  184.             Left = 128
  185.             Top = 40
  186.             Width = 33
  187.             Height = 21
  188.             TabOrder = 2
  189.             Text = '2'
  190.             OnChange = txtZerosChange
  191.           end
  192.           object fcUpDown: TUpDown
  193.             Left = 161
  194.             Top = 40
  195.             Width = 15
  196.             Height = 21
  197.             Associate = txtZeros
  198.             Min = 0
  199.             Max = 13
  200.             Position = 2
  201.             TabOrder = 3
  202.             Wrap = False
  203.             OnClick = fcUpDownClick
  204.           end
  205.           object rbRFTotal: TRadioButton
  206.             Left = 16
  207.             Top = 56
  208.             Width = 113
  209.             Height = 17
  210.             Caption = 'total files'
  211.             Font.Charset = DEFAULT_CHARSET
  212.             Font.Color = clWindowText
  213.             Font.Height = -11
  214.             Font.Name = 'Verdana'
  215.             Font.Style = []
  216.             ParentFont = False
  217.             TabOrder = 4
  218.             OnClick = rbRFTotalClick
  219.           end
  220.           object rbFCTotalSelected: TRadioButton
  221.             Left = 16
  222.             Top = 72
  223.             Width = 121
  224.             Height = 17
  225.             Caption = 'total selected files'
  226.             Font.Charset = DEFAULT_CHARSET
  227.             Font.Color = clWindowText
  228.             Font.Height = -11
  229.             Font.Name = 'Verdana'
  230.             Font.Style = []
  231.             ParentFont = False
  232.             TabOrder = 5
  233.             OnClick = rbFCTotalSelectedClick
  234.           end
  235.           object rbFCTotalFolder: TRadioButton
  236.             Left = 16
  237.             Top = 90
  238.             Width = 257
  239.             Height = 11
  240.             Caption = 'total files in folder  (recursive scan)'
  241.             Font.Charset = DEFAULT_CHARSET
  242.             Font.Color = clWindowText
  243.             Font.Height = -11
  244.             Font.Name = 'Verdana'
  245.             Font.Style = []
  246.             ParentFont = False
  247.             TabOrder = 6
  248.             OnClick = rbFCTotalFolderClick
  249.           end
  250.           object rbFPDateshort: TRadioButton
  251.             Left = 16
  252.             Top = 160
  253.             Width = 105
  254.             Height = 17
  255.             Caption = 'date short'
  256.             Font.Charset = DEFAULT_CHARSET
  257.             Font.Color = clWindowText
  258.             Font.Height = -11
  259.             Font.Name = 'Verdana'
  260.             Font.Style = []
  261.             ParentFont = False
  262.             TabOrder = 7
  263.             OnClick = rbFPDateshortClick
  264.           end
  265.           object rbFPDatemedium: TRadioButton
  266.             Left = 16
  267.             Top = 176
  268.             Width = 105
  269.             Height = 17
  270.             Caption = 'date medium'
  271.             Font.Charset = DEFAULT_CHARSET
  272.             Font.Color = clWindowText
  273.             Font.Height = -11
  274.             Font.Name = 'Verdana'
  275.             Font.Style = []
  276.             ParentFont = False
  277.             TabOrder = 8
  278.             OnClick = rbFPDatemediumClick
  279.           end
  280.           object rbFPDatelong: TRadioButton
  281.             Left = 16
  282.             Top = 192
  283.             Width = 105
  284.             Height = 17
  285.             Caption = 'date long'
  286.             Font.Charset = DEFAULT_CHARSET
  287.             Font.Color = clWindowText
  288.             Font.Height = -11
  289.             Font.Name = 'Verdana'
  290.             Font.Style = []
  291.             ParentFont = False
  292.             TabOrder = 9
  293.             OnClick = rbFPDatelongClick
  294.           end
  295.           object rbFPType: TRadioButton
  296.             Left = 152
  297.             Top = 160
  298.             Width = 105
  299.             Height = 17
  300.             Caption = 'type/extension'
  301.             Font.Charset = DEFAULT_CHARSET
  302.             Font.Color = clWindowText
  303.             Font.Height = -11
  304.             Font.Name = 'Verdana'
  305.             Font.Style = []
  306.             ParentFont = False
  307.             TabOrder = 10
  308.             OnClick = rbFPTypeClick
  309.           end
  310.           object rbFPCurFolder: TRadioButton
  311.             Left = 152
  312.             Top = 176
  313.             Width = 113
  314.             Height = 17
  315.             Caption = 'Current Folder'
  316.             Font.Charset = DEFAULT_CHARSET
  317.             Font.Color = clWindowText
  318.             Font.Height = -11
  319.             Font.Name = 'Verdana'
  320.             Font.Style = []
  321.             ParentFont = False
  322.             TabOrder = 11
  323.             OnClick = rbFPCurFolderClick
  324.           end
  325.           object GroupBox9: TGroupBox
  326.             Left = 80
  327.             Top = 133
  328.             Width = 201
  329.             Height = 9
  330.             TabOrder = 12
  331.           end
  332.           object GroupBox2: TGroupBox
  333.             Left = 132
  334.             Top = 274
  335.             Width = 149
  336.             Height = 89
  337.             Caption = 'Formatting'
  338.             Font.Charset = DEFAULT_CHARSET
  339.             Font.Color = clWindowText
  340.             Font.Height = -11
  341.             Font.Name = 'Verdana'
  342.             Font.Style = []
  343.             ParentFont = False
  344.             TabOrder = 13
  345.             object rbFSNone: TRadioButton
  346.               Left = 16
  347.               Top = 24
  348.               Width = 97
  349.               Height = 17
  350.               Caption = 'none'
  351.               Checked = True
  352.               Font.Charset = DEFAULT_CHARSET
  353.               Font.Color = clWindowText
  354.               Font.Height = -11
  355.               Font.Name = 'Verdana'
  356.               Font.Style = []
  357.               ParentFont = False
  358.               TabOrder = 0
  359.               TabStop = True
  360.               OnClick = rbFSNoneClick
  361.             end
  362.             object rbFSCommas: TRadioButton
  363.               Left = 16
  364.               Top = 40
  365.               Width = 97
  366.               Height = 17
  367.               Caption = 'commas'
  368.               Font.Charset = DEFAULT_CHARSET
  369.               Font.Color = clWindowText
  370.               Font.Height = -11
  371.               Font.Name = 'Verdana'
  372.               Font.Style = []
  373.               ParentFont = False
  374.               TabOrder = 1
  375.               OnClick = rbFSCommasClick
  376.             end
  377.             object rbFSDecimal: TRadioButton
  378.               Left = 16
  379.               Top = 56
  380.               Width = 121
  381.               Height = 17
  382.               Caption = '2 decimal places'
  383.               Font.Charset = DEFAULT_CHARSET
  384.               Font.Color = clWindowText
  385.               Font.Height = -11
  386.               Font.Name = 'Verdana'
  387.               Font.Style = []
  388.               ParentFont = False
  389.               TabOrder = 2
  390.               OnClick = rbFSDecimalClick
  391.             end
  392.           end
  393.           object GroupBox3: TGroupBox
  394.             Left = 72
  395.             Top = 250
  396.             Width = 209
  397.             Height = 9
  398.             TabOrder = 14
  399.           end
  400.           object rbFSBytes: TRadioButton
  401.             Left = 16
  402.             Top = 277
  403.             Width = 65
  404.             Height = 17
  405.             Caption = 'bytes'
  406.             Font.Charset = DEFAULT_CHARSET
  407.             Font.Color = clWindowText
  408.             Font.Height = -11
  409.             Font.Name = 'Verdana'
  410.             Font.Style = []
  411.             ParentFont = False
  412.             TabOrder = 15
  413.             OnClick = rbFSBytesClick
  414.           end
  415.           object rbFSKilos: TRadioButton
  416.             Left = 16
  417.             Top = 294
  418.             Width = 81
  419.             Height = 17
  420.             Caption = 'kilobytes'
  421.             Font.Charset = DEFAULT_CHARSET
  422.             Font.Color = clWindowText
  423.             Font.Height = -11
  424.             Font.Name = 'Verdana'
  425.             Font.Style = []
  426.             ParentFont = False
  427.             TabOrder = 16
  428.             OnClick = rbFSKilosClick
  429.           end
  430.           object rbFSMegs: TRadioButton
  431.             Left = 16
  432.             Top = 310
  433.             Width = 81
  434.             Height = 17
  435.             Caption = 'megabytes'
  436.             Font.Charset = DEFAULT_CHARSET
  437.             Font.Color = clWindowText
  438.             Font.Height = -11
  439.             Font.Name = 'Verdana'
  440.             Font.Style = []
  441.             ParentFont = False
  442.             TabOrder = 17
  443.             OnClick = rbFSMegsClick
  444.           end
  445.           object rbFSGigs: TRadioButton
  446.             Left = 16
  447.             Top = 324
  448.             Width = 81
  449.             Height = 17
  450.             Caption = 'gigabytes'
  451.             Font.Charset = DEFAULT_CHARSET
  452.             Font.Color = clWindowText
  453.             Font.Height = -11
  454.             Font.Name = 'Verdana'
  455.             Font.Style = []
  456.             ParentFont = False
  457.             TabOrder = 18
  458.             OnClick = rbFSGigsClick
  459.           end
  460.           object rbFPName: TRadioButton
  461.             Left = 152
  462.             Top = 192
  463.             Width = 105
  464.             Height = 17
  465.             Caption = 'filename'
  466.             Font.Charset = DEFAULT_CHARSET
  467.             Font.Color = clWindowText
  468.             Font.Height = -11
  469.             Font.Name = 'Verdana'
  470.             Font.Style = []
  471.             ParentFont = False
  472.             TabOrder = 19
  473.             OnClick = rbFPNameClick
  474.           end
  475.           object rbFPDateModified: TRadioButton
  476.             Left = 152
  477.             Top = 208
  478.             Width = 105
  479.             Height = 17
  480.             Caption = 'date modified'
  481.             Font.Charset = DEFAULT_CHARSET
  482.             Font.Color = clWindowText
  483.             Font.Height = -11
  484.             Font.Name = 'Verdana'
  485.             Font.Style = []
  486.             ParentFont = False
  487.             TabOrder = 20
  488.             OnClick = rbFPDateModifiedClick
  489.           end
  490.           object rbFPDateCreated: TRadioButton
  491.             Left = 152
  492.             Top = 224
  493.             Width = 105
  494.             Height = 17
  495.             Caption = 'date created'
  496.             Font.Charset = DEFAULT_CHARSET
  497.             Font.Color = clWindowText
  498.             Font.Height = -11
  499.             Font.Name = 'Verdana'
  500.             Font.Style = []
  501.             ParentFont = False
  502.             TabOrder = 21
  503.             OnClick = rbFPDateCreatedClick
  504.           end
  505.         end
  506.       end
  507.       object tsTodaysDate: TTabSheet
  508.         Caption = 'Today'#39's Date'
  509.         Font.Charset = DEFAULT_CHARSET
  510.         Font.Color = clWindowText
  511.         Font.Height = -11
  512.         Font.Name = 'Verdana'
  513.         Font.Style = []
  514.         ImageIndex = 3
  515.         ParentFont = False
  516.         object Label6: TLabel
  517.           Left = 8
  518.           Top = 26
  519.           Width = 30
  520.           Height = 13
  521.           Caption = 'Date'
  522.           Font.Charset = DEFAULT_CHARSET
  523.           Font.Color = clWindowText
  524.           Font.Height = -11
  525.           Font.Name = 'Verdana'
  526.           Font.Style = [fsBold]
  527.           ParentFont = False
  528.         end
  529.         object GroupBox6: TGroupBox
  530.           Left = 56
  531.           Top = 26
  532.           Width = 225
  533.           Height = 9
  534.           TabOrder = 0
  535.         end
  536.         object rbTDDateshort: TRadioButton
  537.           Left = 16
  538.           Top = 48
  539.           Width = 97
  540.           Height = 17
  541.           Caption = 'date short'
  542.           Checked = True
  543.           Font.Charset = DEFAULT_CHARSET
  544.           Font.Color = clWindowText
  545.           Font.Height = -11
  546.           Font.Name = 'Verdana'
  547.           Font.Style = []
  548.           ParentFont = False
  549.           TabOrder = 1
  550.           TabStop = True
  551.           OnClick = rbTDDateshortClick
  552.         end
  553.         object rbTDDateMedium: TRadioButton
  554.           Left = 16
  555.           Top = 64
  556.           Width = 89
  557.           Height = 17
  558.           Caption = 'date medium'
  559.           Font.Charset = DEFAULT_CHARSET
  560.           Font.Color = clWindowText
  561.           Font.Height = -11
  562.           Font.Name = 'Verdana'
  563.           Font.Style = []
  564.           ParentFont = False
  565.           TabOrder = 2
  566.           OnClick = rbTDDateMediumClick
  567.         end
  568.         object rbTDDatelong: TRadioButton
  569.           Left = 16
  570.           Top = 80
  571.           Width = 145
  572.           Height = 17
  573.           Caption = 'date long'
  574.           Font.Charset = DEFAULT_CHARSET
  575.           Font.Color = clWindowText
  576.           Font.Height = -11
  577.           Font.Name = 'Verdana'
  578.           Font.Style = []
  579.           ParentFont = False
  580.           TabOrder = 3
  581.           OnClick = rbTDDatelongClick
  582.         end
  583.       end
  584.       object tsMP3: TTabSheet
  585.         Caption = 'MP3'
  586.         Font.Charset = DEFAULT_CHARSET
  587.         Font.Color = clWindowText
  588.         Font.Height = -11
  589.         Font.Name = 'Verdana'
  590.         Font.Style = []
  591.         ImageIndex = 4
  592.         ParentFont = False
  593.         object Label5: TLabel
  594.           Left = 8
  595.           Top = 26
  596.           Width = 47
  597.           Height = 13
  598.           Caption = 'Stream'
  599.           Font.Charset = DEFAULT_CHARSET
  600.           Font.Color = clWindowText
  601.           Font.Height = -11
  602.           Font.Name = 'Verdana'
  603.           Font.Style = [fsBold]
  604.           ParentFont = False
  605.         end
  606.         object Label7: TLabel
  607.           Left = 8
  608.           Top = 90
  609.           Width = 4
  610.           Height = 14
  611.           Font.Charset = DEFAULT_CHARSET
  612.           Font.Color = clWindowText
  613.           Font.Height = -12
  614.           Font.Name = 'Verdana'
  615.           Font.Style = [fsBold]
  616.           ParentFont = False
  617.         end
  618.         object Label8: TLabel
  619.           Left = 8
  620.           Top = 88
  621.           Width = 51
  622.           Height = 13
  623.           Caption = 'ID3v1.x'
  624.           Font.Charset = DEFAULT_CHARSET
  625.           Font.Color = clWindowText
  626.           Font.Height = -11
  627.           Font.Name = 'Verdana'
  628.           Font.Style = [fsBold]
  629.           ParentFont = False
  630.         end
  631.         object Label12: TLabel
  632.           Left = 176
  633.           Top = 64
  634.           Width = 122
  635.           Height = 13
  636.           Caption = '(1|Mono or 2|Stereo)'
  637.         end
  638.         object GroupBox1: TGroupBox
  639.           Left = 72
  640.           Top = 26
  641.           Width = 209
  642.           Height = 9
  643.           TabOrder = 0
  644.         end
  645.         object rbArtist: TRadioButton
  646.           Left = 16
  647.           Top = 104
  648.           Width = 65
  649.           Height = 17
  650.           Caption = 'Artist'
  651.           Font.Charset = DEFAULT_CHARSET
  652.           Font.Color = clWindowText
  653.           Font.Height = -11
  654.           Font.Name = 'Verdana'
  655.           Font.Style = []
  656.           ParentFont = False
  657.           TabOrder = 1
  658.           OnClick = rbArtistClick
  659.         end
  660.         object rbAlbum: TRadioButton
  661.           Left = 16
  662.           Top = 120
  663.           Width = 81
  664.           Height = 17
  665.           Caption = 'Album'
  666.           Font.Charset = DEFAULT_CHARSET
  667.           Font.Color = clWindowText
  668.           Font.Height = -11
  669.           Font.Name = 'Verdana'
  670.           Font.Style = []
  671.           ParentFont = False
  672.           TabOrder = 2
  673.           OnClick = rbAlbumClick
  674.         end
  675.         object rbTitle: TRadioButton
  676.           Left = 16
  677.           Top = 136
  678.           Width = 81
  679.           Height = 17
  680.           Caption = 'Song Title'
  681.           Font.Charset = DEFAULT_CHARSET
  682.           Font.Color = clWindowText
  683.           Font.Height = -11
  684.           Font.Name = 'Verdana'
  685.           Font.Style = []
  686.           ParentFont = False
  687.           TabOrder = 3
  688.           OnClick = rbTitleClick
  689.         end
  690.         object rbTrack: TRadioButton
  691.           Left = 16
  692.           Top = 152
  693.           Width = 81
  694.           Height = 17
  695.           Caption = 'Track'
  696.           Font.Charset = DEFAULT_CHARSET
  697.           Font.Color = clWindowText
  698.           Font.Height = -11
  699.           Font.Name = 'Verdana'
  700.           Font.Style = []
  701.           ParentFont = False
  702.           TabOrder = 4
  703.           OnClick = rbTrackClick
  704.         end
  705.         object rbComment: TRadioButton
  706.           Left = 152
  707.           Top = 104
  708.           Width = 89
  709.           Height = 17
  710.           Caption = 'Comment'
  711.           Font.Charset = DEFAULT_CHARSET
  712.           Font.Color = clWindowText
  713.           Font.Height = -11
  714.           Font.Name = 'Verdana'
  715.           Font.Style = []
  716.           ParentFont = False
  717.           TabOrder = 5
  718.           OnClick = rbCommentClick
  719.         end
  720.         object rbYear: TRadioButton
  721.           Left = 152
  722.           Top = 120
  723.           Width = 73
  724.           Height = 17
  725.           Caption = 'Year'
  726.           Font.Charset = DEFAULT_CHARSET
  727.           Font.Color = clWindowText
  728.           Font.Height = -11
  729.           Font.Name = 'Verdana'
  730.           Font.Style = []
  731.           ParentFont = False
  732.           TabOrder = 6
  733.           OnClick = rbYearClick
  734.         end
  735.         object rbBitrate: TRadioButton
  736.           Left = 16
  737.           Top = 48
  738.           Width = 105
  739.           Height = 17
  740.           Caption = 'Bitrate (hertz)'
  741.           Checked = True
  742.           Font.Charset = DEFAULT_CHARSET
  743.           Font.Color = clWindowText
  744.           Font.Height = -11
  745.           Font.Name = 'Verdana'
  746.           Font.Style = []
  747.           ParentFont = False
  748.           TabOrder = 7
  749.           TabStop = True
  750.           OnClick = rbBitrateClick
  751.         end
  752.         object rbSample: TRadioButton
  753.           Left = 16
  754.           Top = 64
  755.           Width = 134
  756.           Height = 17
  757.           Caption = 'Sample (kilobytes)'
  758.           Font.Charset = DEFAULT_CHARSET
  759.           Font.Color = clWindowText
  760.           Font.Height = -11
  761.           Font.Name = 'Verdana'
  762.           Font.Style = []
  763.           ParentFont = False
  764.           TabOrder = 8
  765.           OnClick = rbSampleClick
  766.         end
  767.         object rbChannels: TRadioButton
  768.           Left = 152
  769.           Top = 48
  770.           Width = 122
  771.           Height = 17
  772.           Caption = 'Channels'
  773.           Font.Charset = DEFAULT_CHARSET
  774.           Font.Color = clWindowText
  775.           Font.Height = -11
  776.           Font.Name = 'Verdana'
  777.           Font.Style = []
  778.           ParentFont = False
  779.           TabOrder = 9
  780.           OnClick = rbChannelsClick
  781.         end
  782.         object GroupBox5: TGroupBox
  783.           Left = 72
  784.           Top = 90
  785.           Width = 209
  786.           Height = 9
  787.           TabOrder = 10
  788.         end
  789.       end
  790.       object tsJPEG: TTabSheet
  791.         Caption = 'JPEG'
  792.         Font.Charset = DEFAULT_CHARSET
  793.         Font.Color = clWindowText
  794.         Font.Height = -11
  795.         Font.Name = 'Verdana'
  796.         Font.Style = []
  797.         ImageIndex = 5
  798.         ParentFont = False
  799.         DesignSize = (
  800.           395
  801.           189)
  802.         object Label10: TLabel
  803.           Left = 0
  804.           Top = 4
  805.           Width = 111
  806.           Height = 13
  807.           Caption = 'EXIF tag starts with'
  808.           Font.Charset = DEFAULT_CHARSET
  809.           Font.Color = clWindowText
  810.           Font.Height = -11
  811.           Font.Name = 'Verdana'
  812.           Font.Style = []
  813.           ParentFont = False
  814.         end
  815.         object sbJPEG: TScrollBox
  816.           Left = 0
  817.           Top = 32
  818.           Width = 385
  819.           Height = 144
  820.           VertScrollBar.Increment = 80
  821.           VertScrollBar.Size = 14
  822.           VertScrollBar.ThumbSize = 10
  823.           VertScrollBar.Tracking = True
  824.           Anchors = [akLeft, akTop, akRight, akBottom]
  825.           BevelWidth = 2
  826.           Font.Charset = DEFAULT_CHARSET
  827.           Font.Color = clWindowText
  828.           Font.Height = -12
  829.           Font.Name = 'Verdana'
  830.           Font.Style = []
  831.           ParentFont = False
  832.           TabOrder = 0
  833.           object Label3: TLabel
  834.             Left = 8
  835.             Top = 16
  836.             Width = 28
  837.             Height = 13
  838.             Caption = 'JFIF'
  839.             Font.Charset = DEFAULT_CHARSET
  840.             Font.Color = clWindowText
  841.             Font.Height = -11
  842.             Font.Name = 'Verdana'
  843.             Font.Style = [fsBold]
  844.             ParentFont = False
  845.           end
  846.           object Label4: TLabel
  847.             Left = 8
  848.             Top = 76
  849.             Width = 30
  850.             Height = 13
  851.             Caption = 'EXIF'
  852.             Font.Charset = DEFAULT_CHARSET
  853.             Font.Color = clWindowText
  854.             Font.Height = -11
  855.             Font.Name = 'Verdana'
  856.             Font.Style = [fsBold]
  857.             ParentFont = False
  858.           end
  859.           object GroupBox7: TGroupBox
  860.             Left = 56
  861.             Top = 16
  862.             Width = 225
  863.             Height = 9
  864.             TabOrder = 0
  865.           end
  866.           object GroupBox8: TGroupBox
  867.             Left = 56
  868.             Top = 76
  869.             Width = 225
  870.             Height = 9
  871.             TabOrder = 1
  872.           end
  873.           object rbWidth: TRadioButton
  874.             Left = 16
  875.             Top = 38
  876.             Width = 57
  877.             Height = 17
  878.             Hint = '?J_W?'
  879.             Caption = 'Width'
  880.             Checked = True
  881.             Font.Charset = DEFAULT_CHARSET
  882.             Font.Color = clWindowText
  883.             Font.Height = -11
  884.             Font.Name = 'Verdana'
  885.             Font.Style = []
  886.             ParentFont = False
  887.             TabOrder = 2
  888.             TabStop = True
  889.             OnClick = rbWidthClick
  890.           end
  891.           object rbHeight: TRadioButton
  892.             Left = 16
  893.             Top = 56
  894.             Width = 73
  895.             Height = 17
  896.             Hint = '?J_H?'
  897.             Caption = 'Height'
  898.             Font.Charset = DEFAULT_CHARSET
  899.             Font.Color = clWindowText
  900.             Font.Height = -11
  901.             Font.Name = 'Verdana'
  902.             Font.Style = []
  903.             ParentFont = False
  904.             TabOrder = 3
  905.             OnClick = rbHeightClick
  906.           end
  907.           object rbBits: TRadioButton
  908.             Left = 180
  909.             Top = 38
  910.             Width = 73
  911.             Height = 17
  912.             Hint = '?J_B?'
  913.             Caption = 'Color Bits'
  914.             Font.Charset = DEFAULT_CHARSET
  915.             Font.Color = clWindowText
  916.             Font.Height = -11
  917.             Font.Name = 'Verdana'
  918.             Font.Style = []
  919.             ParentFont = False
  920.             TabOrder = 4
  921.             OnClick = rbBitsClick
  922.           end
  923.         end
  924.         object txtJPEGStarts: TEdit
  925.           Left = 136
  926.           Top = 4
  927.           Width = 73
  928.           Height = 20
  929.           Font.Charset = DEFAULT_CHARSET
  930.           Font.Color = clWindowText
  931.           Font.Height = -11
  932.           Font.Name = 'Terminal'
  933.           Font.Style = []
  934.           ParentFont = False
  935.           TabOrder = 1
  936.           OnChange = txtJPEGStartsChange
  937.         end
  938.       end
  939.     end
  940.     object btnInsert: TButton
  941.       Left = 433
  942.       Top = 20
  943.       Width = 61
  944.       Height = 25
  945.       Hint = 'Insert without closing form'
  946.       Anchors = [akTop, akRight]
  947.       Caption = 'Insert'
  948.       ModalResult = 1
  949.       TabOrder = 1
  950.       OnClick = btnInsertClick
  951.     end
  952.     object btnCancel: TButton
  953.       Left = 433
  954.       Top = 62
  955.       Width = 61
  956.       Height = 25
  957.       Anchors = [akTop, akRight]
  958.       Caption = 'Close'
  959.       ModalResult = 2
  960.       TabOrder = 2
  961.       OnClick = btnCancelClick
  962.     end
  963.     object btnFormat: TButton
  964.       Left = 433
  965.       Top = 168
  966.       Width = 61
  967.       Height = 17
  968.       Hint = 'Show formatting preview'
  969.       Anchors = [akTop, akRight]
  970.       Caption = '<<'
  971.       TabOrder = 3
  972.       OnClick = btnFormatClick
  973.     end
  974.   end
  975.   object StatusBar1: TStatusBar
  976.     Left = 0
  977.     Top = 453
  978.     Width = 499
  979.     Height = 18
  980.     Panels = <>
  981.     SimplePanel = False
  982.   end
  983.   object pnlBottom: TPanel
  984.     Left = 0
  985.     Top = 273
  986.     Width = 499
  987.     Height = 180
  988.     Align = alBottom
  989.     Alignment = taLeftJustify
  990.     BevelOuter = bvLowered
  991.     Font.Charset = DEFAULT_CHARSET
  992.     Font.Color = clWindowText
  993.     Font.Height = -11
  994.     Font.Name = 'Verdana'
  995.     Font.Style = []
  996.     ParentFont = False
  997.     TabOrder = 2
  998.     object Label9: TLabel
  999.       Left = 136
  1000.       Top = 40
  1001.       Width = 81
  1002.       Height = 13
  1003.       Caption = 'with character'
  1004.     end
  1005.     object Label11: TLabel
  1006.       Left = 272
  1007.       Top = 40
  1008.       Width = 35
  1009.       Height = 13
  1010.       Caption = 'length'
  1011.     end
  1012.     object Label13: TLabel
  1013.       Left = 16
  1014.       Top = 142
  1015.       Width = 242
  1016.       Height = 12
  1017.       Caption = 'Preview of selected file (click new file to change)'
  1018.       Font.Charset = DEFAULT_CHARSET
  1019.       Font.Color = clWindowText
  1020.       Font.Height = 12
  1021.       Font.Name = 'Verdana'
  1022.       Font.Style = []
  1023.       ParentFont = False
  1024.     end
  1025.     object lblFilename: TLabel
  1026.       Left = 16
  1027.       Top = 152
  1028.       Width = 457
  1029.       Height = 13
  1030.       AutoSize = False
  1031.       Caption = 'filename'
  1032.       Font.Charset = DEFAULT_CHARSET
  1033.       Font.Color = clWindowText
  1034.       Font.Height = 12
  1035.       Font.Name = 'Verdana'
  1036.       Font.Style = []
  1037.       ParentFont = False
  1038.     end
  1039.     object lblPreview: TLabel
  1040.       Left = 16
  1041.       Top = 165
  1042.       Width = 465
  1043.       Height = 13
  1044.       AutoSize = False
  1045.       Caption = 'lblPreview'
  1046.       Color = clCream
  1047.       Font.Charset = DEFAULT_CHARSET
  1048.       Font.Color = clWindowText
  1049.       Font.Height = 12
  1050.       Font.Name = 'Verdana'
  1051.       Font.Style = []
  1052.       ParentColor = False
  1053.       ParentFont = False
  1054.     end
  1055.     object Label14: TLabel
  1056.       Left = 120
  1057.       Top = 112
  1058.       Width = 76
  1059.       Height = 13
  1060.       Caption = 'padded digits'
  1061.     end
  1062.     object rbFormatDefault: TRadioButton
  1063.       Left = 16
  1064.       Top = 16
  1065.       Width = 105
  1066.       Height = 17
  1067.       Caption = 'Default Format'
  1068.       Checked = True
  1069.       TabOrder = 0
  1070.       TabStop = True
  1071.       OnClick = rbFormatDefaultClick
  1072.     end
  1073.     object rbFormatPad: TRadioButton
  1074.       Left = 16
  1075.       Top = 40
  1076.       Width = 97
  1077.       Height = 17
  1078.       Caption = 'Pad'
  1079.       TabOrder = 1
  1080.       OnClick = rbFormatPadClick
  1081.     end
  1082.     object cbPad: TComboBox
  1083.       Left = 64
  1084.       Top = 40
  1085.       Width = 65
  1086.       Height = 21
  1087.       Style = csDropDownList
  1088.       ItemHeight = 13
  1089.       ItemIndex = 1
  1090.       TabOrder = 2
  1091.       Text = 'Right'
  1092.       OnClick = cbPadClick
  1093.       Items.Strings = (
  1094.         'Left'
  1095.         'Right')
  1096.     end
  1097.     object txtChar: TEdit
  1098.       Left = 224
  1099.       Top = 40
  1100.       Width = 33
  1101.       Height = 21
  1102.       MaxLength = 1
  1103.       TabOrder = 3
  1104.       Text = ' '
  1105.       OnChange = txtCharChange
  1106.     end
  1107.     object txtLength: TEdit
  1108.       Left = 312
  1109.       Top = 40
  1110.       Width = 33
  1111.       Height = 21
  1112.       TabOrder = 4
  1113.       Text = '3'
  1114.     end
  1115.     object UpDown1: TUpDown
  1116.       Left = 345
  1117.       Top = 40
  1118.       Width = 15
  1119.       Height = 21
  1120.       Associate = txtLength
  1121.       Min = 1
  1122.       Position = 3
  1123.       TabOrder = 5
  1124.       Wrap = False
  1125.       OnClick = UpDown1Click
  1126.     end
  1127.     object rbFormatDecimal: TRadioButton
  1128.       Left = 16
  1129.       Top = 64
  1130.       Width = 113
  1131.       Height = 17
  1132.       Caption = 'Decimal Places'
  1133.       TabOrder = 6
  1134.       OnClick = rbFormatDecimalClick
  1135.     end
  1136.     object txtDecimal: TEdit
  1137.       Left = 136
  1138.       Top = 64
  1139.       Width = 33
  1140.       Height = 21
  1141.       TabOrder = 7
  1142.       Text = '2'
  1143.     end
  1144.     object UpDown2: TUpDown
  1145.       Left = 169
  1146.       Top = 64
  1147.       Width = 15
  1148.       Height = 21
  1149.       Associate = txtDecimal
  1150.       Min = 1
  1151.       Position = 2
  1152.       TabOrder = 8
  1153.       Wrap = False
  1154.       OnClick = UpDown2Click
  1155.     end
  1156.     object rbDateFormat: TRadioButton
  1157.       Left = 16
  1158.       Top = 88
  1159.       Width = 201
  1160.       Height = 17
  1161.       Caption = 'Date Format (eg mm-dd-yyyy)'
  1162.       TabOrder = 9
  1163.       OnClick = rbDateFormatClick
  1164.     end
  1165.     object txtDateFormat: TEdit
  1166.       Left = 216
  1167.       Top = 88
  1168.       Width = 97
  1169.       Height = 21
  1170.       TabOrder = 10
  1171.       Text = 'yyyy-mm-dd'
  1172.       OnChange = txtDateFormatChange
  1173.     end
  1174.     object GroupBox10: TGroupBox
  1175.       Left = 16
  1176.       Top = 131
  1177.       Width = 465
  1178.       Height = 9
  1179.       TabOrder = 11
  1180.     end
  1181.     object rbHex: TRadioButton
  1182.       Left = 16
  1183.       Top = 112
  1184.       Width = 49
  1185.       Height = 17
  1186.       Caption = 'Hex'
  1187.       TabOrder = 12
  1188.       OnClick = rbDateFormatClick
  1189.     end
  1190.     object txtHexPad: TEdit
  1191.       Left = 64
  1192.       Top = 110
  1193.       Width = 33
  1194.       Height = 21
  1195.       MaxLength = 1
  1196.       TabOrder = 13
  1197.       Text = '2'
  1198.       OnChange = txtCharChange
  1199.     end
  1200.     object UpDown3: TUpDown
  1201.       Left = 97
  1202.       Top = 110
  1203.       Width = 15
  1204.       Height = 21
  1205.       Associate = txtHexPad
  1206.       Min = 1
  1207.       Position = 2
  1208.       TabOrder = 14
  1209.       Wrap = False
  1210.     end
  1211.   end
  1212. end
  1213.